home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Factory 2
/
Game Factory 2.iso
/
games2
/
cbquest
/
cbquest.exe
/
lha
/
__INSTH.BAT
next >
Wrap
DOS Batch File
|
1980-01-01
|
507b
|
26 lines
rem Prompt for each disk of the game in succession and copy
rem everything over from it.
echo Copying game files...
:Vol1
exists %2:resource.001
if not errorlevel 1 goto GetVol1
echo Please insert the disk labeled "Disk 1" in drive %2.
pause
goto Vol1
:GetVol1
copy %2:sierra.com >nul
copy %2:sciv.exe >nul
copy %2:install.exe >nul
copy %2:resource.* >nul
copy %2:patch.101 >nul
cd ..
echo To play The Colonel's Bequest Demo, type
echo cd \sierra
echo and then
echo cbquest